DestinationFitBV Constructor(Page,Nullable<Single>)
In This Topic
Initialize a new instance of the
DestinationFitBV class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
ByVal As System.Nullable(Of Single) _
)
public DestinationFitBV(
Page ,
System.Nullable<float>
)
Parameters
- page
- The page.
- left
- The left coordinate of the document window.
See Also